GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-25T07:15:52.1746516+00:00",
"SubmitDate": "2026-04-25T07:15:52.1746516+00:00",
"ReportPeriodStart": "2026-04-25T07:15:52.1746516+00:00",
"ReportPeriodEnd": "2026-04-25T07:15:52.1746516+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d6a7d37-71d0-4ab8-b5b7-63edea71719b",
"Rows": [
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d6a7d37-71d0-4ab8-b5b7-63edea71719b",
"Rows": [
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62dc4a67-46da-4796-ab62-b557b7f1bb8b",
"3a83f58e-dcbd-47cd-a7cc-5be10920d324"
],
"Approvers": [
"55a21b84-6ef1-4488-9eca-4fdaaabc464b",
"95249436-23e4-47ac-bbb9-725b4870e4ed"
],
"ApprovedBy": "db90fafb-4102-468f-ad65-72421d6b53b3",
"ApprovalDate": "2026-04-25T07:15:52.1746516+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7ef7c4a2-ea0b-470a-922f-46b815ac52ff",
"id": "b947c827-f5c8-43bc-852c-98150ad67228",
"ConfigId": "31ca9757-6a96-4b83-a7aa-de8bf286406e"
},
{
"GenerationDate": "2026-04-25T07:15:52.1746516+00:00",
"SubmitDate": "2026-04-25T07:15:52.1746516+00:00",
"ReportPeriodStart": "2026-04-25T07:15:52.1746516+00:00",
"ReportPeriodEnd": "2026-04-25T07:15:52.1746516+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d6a7d37-71d0-4ab8-b5b7-63edea71719b",
"Rows": [
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d6a7d37-71d0-4ab8-b5b7-63edea71719b",
"Rows": [
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ccc82b4-51c1-4d45-96ba-6906b59b479c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62dc4a67-46da-4796-ab62-b557b7f1bb8b",
"3a83f58e-dcbd-47cd-a7cc-5be10920d324"
],
"Approvers": [
"55a21b84-6ef1-4488-9eca-4fdaaabc464b",
"95249436-23e4-47ac-bbb9-725b4870e4ed"
],
"ApprovedBy": "db90fafb-4102-468f-ad65-72421d6b53b3",
"ApprovalDate": "2026-04-25T07:15:52.1746516+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7ef7c4a2-ea0b-470a-922f-46b815ac52ff",
"id": "b947c827-f5c8-43bc-852c-98150ad67228",
"ConfigId": "31ca9757-6a96-4b83-a7aa-de8bf286406e"
}
]